home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Virtual Portfolio - N…a Showcase - Book 5 1995
/
VIRTUAL [md5 EC7DB5CC033E38E511F666CE80BCE509].ISO
/
mac
/
Main
/
VP.mac
/
00151_meta4.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-07-18
|
308 b
|
13 lines
on mouseUp
global stageMe
set stageMe to the stageBottom - the stageTop
puppetSprite(39, 1)
puppetSprite(40, 1)
set the locV of sprite 39 to stageMe + 300
set the locV of sprite 40 to stageMe + 300
puppetSprite(39, 0)
puppetSprite(40, 0)
updateStage()
openUp("meta4 demo:meta4 demo")
end